GtkIconTheme: Keep gtk_icon_theme_add_resource_path private for now
authorMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jun 2014 12:50:31 +0000 (08:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jun 2014 12:50:31 +0000 (08:50 -0400)
We need to discuss some details of the semantics before
we can make this public.

gtk/gtkicontheme.h

index e37a52dd9d6335876cb680b52f8f5d937cf97213..6d7fab2537a89b6bf2df4c3264a914b9a69b0eee 100644 (file)
@@ -187,10 +187,6 @@ GDK_AVAILABLE_IN_ALL
 void          gtk_icon_theme_prepend_search_path   (GtkIconTheme                *icon_theme,
                                                    const gchar                 *path);
 
-GDK_AVAILABLE_IN_3_14
-void          gtk_icon_theme_add_resource_path     (GtkIconTheme                *icon_theme,
-                                                    const gchar                 *path);
-
 GDK_AVAILABLE_IN_ALL
 void          gtk_icon_theme_set_custom_theme      (GtkIconTheme                *icon_theme,
                                                    const gchar                 *theme_name);